Edited files:
product-details.tpl - test this in older prestashop version

atc.css
home_mod.css
rwd.css

header.tpl
csstpl.tpl
\modules\angarhomecat\views\templates\front\at_homecat.tpl
\modules\angarcontact\views\templates\front\nav.tpl
\themes\AngarTheme\templates\index.tpl
\themes\AngarTheme\templates\layouts\layout-both-columns.tpl
\modules\angarmanufacturer\views\templates\front\at_manufacturer.tpl
\modules\angarslider\views\templates\hook\slider.tpl

\themes\AngarTheme\templates\_partials\head.tpl
\themes\AngarTheme\templates\_partials\product.tpl
\themes\AngarTheme\templates\_partials\product-flags.tpl
\themes\AngarTheme\templates\catalog\_partials\miniatures\product.tpl
\themes\AngarTheme\templates\layouts\layout-both-columns.tpl

\themes\AngarTheme\modules\ps_viewedproduct

\modules\angarcatproduct\views\templates\front\at_catproduct.tpl
\modules\angarthemeconfigurator\views\templates\front\csstpl.tpl

\angarbanners\angarbanners.php
\angarbanners\views\css\hooks.css
\angarbanners\views\templates\hook\hook.tpl
\angarbanners\views\templates\admin\items.tpl
\angarbanners\views\templates\admin\new.tpl

\themes\AngarTheme\modules\productcomments\views\templates\hook\product-list-reviews.tpl

\themes\AngarTheme\modules\ps_categorytree\views\templates\hook\ps_categorytree.tpl
\themes\AngarTheme\modules\ps_mainmenu\ps_mainmenu.tpl
/themes/AngarTheme/templates/catalog/_partials/product-discounts.tpl
\modules\ps_brandlist\views\templates\hook\ps_brandlist.tpl
\themes\AngarTheme\templates\catalog\_partials\product-prices.tpl
\themes\AngarTheme\templates\catalog\_partials\miniatures\product.tpl




-------------

TPL:

21.productcomments hook test:
{hook h='displayCommentsExtra' product=$product}

25.Cart tax excluded - classic theme





-------------

DONE2:
28.category block - add category name as class - ps_categorty_tree 
24.Category tree mody <li> add node id id="cat_id_{$node.id}" 
23./themes/AngarTheme/templates/catalog/_partials/product-discounts.tpl
27.ps_mainmenu - add images
26.ps_brandlist - error when values empty
25.Price valid until - date + 15 days
22.C:\Users\Angar\Desktop\theme mods\2 tpl\add to cart - choose attribute

22.choose attribute - poka gdy ilo = 0
24.ps_categorytree - <li id="cat_id_{$node.id}" class="{$node.name}"> - test with greak lanugage




DONE:

1.product-details.tpl - condition duplication

2.identificador global - dodaj do product details ean13 for schema

3.header.tpl logo:
{if $page.page_name == 'index'}
<h1>
	<a href="{$urls.base_url}">
	  <img class="logo img-responsive" src="{$shop.logo}" alt="{$shop.name}">
	</a>
  </h1>
{else}
	<a href="{$urls.base_url}">
	  <img class="logo img-responsive" src="{$shop.logo}" alt="{$shop.name}">
	</a>
{/if}

4.angarhomecat - link do zdjcia
feat categories - img link

5.Edit the file:
\modules\angarcontact\views\templates\front\nav.tpl

and change:
<strong>{$angarcontact_phone}</strong>

to:
<strong><a href="tel:{$angarcontact_phone}">{$angarcontact_phone}</a></strong>

6.csstpl.tpl - style to style type="text/css"

8.contact page - gdpr - error in the debug mode

16.css.tpl - usu ;;

.form-control:focus, .input-group.focus {
border-color: #dbdbdb;;
outline-color: #dbdbdb;;
}


10.head.tpl - jak w classic

19.at_catproduct.tpl - images size 88 x 88

17.\modules\ps_viewedproduct\views\templates\hook\ps_viewedproduct.tpl
dodaj do szablonu.
Zmie template na templates

18.Flags Reduced price'
{foreach from=$product.flags|@array_reverse item=flag}
	{if $flag.type === 'discount'}
		<span class="product-flag {$flag.type}">{l s='Reduced price' d='Shop.Theme.Catalog'}</span>
	{else}
		<span class="product-flag {$flag.type}">{$flag.label}</span>
	{/if}
{/foreach}

11.breadcrumb - don't display on the index page

14.Nowy hook nad new products - {hook h='displayAngarAboveTabs'} - dodaj do niego about our shop

15.angarHooks - displayAngarBeforeFooter - dodaj do niego wszystkie moduy

12.product page - test product reference code

13."AT - banners" - nowy hook {hook h='displayBanner'}



-------------
Na pozniej:

1.Licencje nagwki - 2017 na 2020

2.productcomments 773:

    public function hookDisplayProductListReviews($params)
    {
        $id_product = (int)$params['product']['id_product'];
        if (!$this->isCached($this->templateFile, $this->getCacheId($id_product))) {
            $average = ProductComment::getAverageGrade($id_product);
            $this->smarty->assign(array(
                'product' => $params['product'],
                'averageTotal2' => round($average['grade']),
                'ratings' => ProductComment::getRatings($id_product),
                'nbComments2' => (int)ProductComment::getCommentNumber($id_product),
            ));
        }

        return $this->display(__FILE__, 'views/templates/front/productcomments_reviews.tpl', $this->getCacheId($id_product));
    }

productcomments_reviews.tpl - zmie na averageTotal2, nbComments2

3.reassurance module - dodaj nowy .tpl do szablonu dla najnowszej wersji moduu

7.Delete font dosis and quicksand

9.Features list Presta 1.7.6 - nie bedzie dzialac w 1.7.2








